Доброго времени суток, форумчане! Начал ковыряться в The Action Sequence, и столкнулся с проблемой, что при воспроизведении анимации присутствует одна лишняя атака. Эта не запланированная четвёртая атака воспроизводится в конце после того, как персонаж вернулся на исходную позицию. Если кто-то разбирается в этом плагине - нижайше прошу тыкнуть мне, где я не прав.

Спойлер Код:

<Cast Animation: 0>
<whole action>
camera focus: user
zoom: 110%, 30
wait for zoom
move user: forward, 48, 12
se: Wind7
float user: 600%, 10
wait for float
opacity user: 0%, 5
wait for opacity
move user: targets, back, 5
wait for movement
opacity user: 100%, 5
wait for opacity
float user: 0%, 10
wait for float
action animation
action effect
ani wait: 5
shake screen: 3, 9, 30
jump user: 200%, 10
move user: targets, front center, 5
wait for movement
face user: target
motion attack: user
action animation
action effect
ani wait: 5
jump user: 200%, 10
move user: targets, front head, 5
wait for movement
face user: target
motion attack: user
action animation
ani wait: 5
action effect
immortal: target, false
Wait 30
reset zoom: 10
reset camera: 10
jump user: 200%, 10
move user: home, 5
face user: forward
wait for animation
wait for movement
</whole action>